GET index/_search { "query": { "bool": { "must": [ {"exists": {"field": "field1"}} ], "must_not": [ {"term": {"field1": ""}} ] } } }